home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Modules
/
BackSpaceModules
/
Source
/
PlanetView
/
PlanetWraps.psw
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-07-31
|
183 b
|
13 lines
/* PostScript functions to draw a planet */
defineps PLinitPlanetDefs()
/PLfillCircle
{
0 360 arc fill
} def
endps
defineps PLdrawPlanet(float x,y,r)
x y r PLfillCircle
endps